libdvbv5_d.crc32

@file crc32.h @ingroup ancillary @brief Provides ancillary code to calculate DVB crc32 checksum @copyright GNU Lesser General Public License version 2.1 (LGPLv2.1) @author Mauro Carvalho Chehab @author Andre Roth

@par Bug Report Please submit bug reports and patches to linux-media@vger.kernel.org

Members

Functions

dvb_crc32
uint dvb_crc32(ubyte* data, size_t datalen, uint crc)

@brief Calculates the crc-32 as defined at the MPEG-TS specs @ingroup ancillary

Meta